.jd-comments_form{
	width: 100%;
	padding: 15px 0;
	margin: 15px 0 0 0;
	display: none;
}
.jd-open-comments{
	border: none;
	margin: 15px 0 0 0;
}
.jd-comments_form input, .jd-comments_form textarea{
	width: 100%;
}
.jd-comments_form textarea{
	height: 70px;
}
.jd-comments_form input[type="submit"]{
	width: 150px;
	border: none;
}
.jd-comments_wrap{
	padding: 10px 0 25px 0;
}
.jd-comments_wrap .jd-comments_item{
	padding: 10px 0;
	margin: 20px 0;
	color: #111;
	font-size: 15px;
	line-height: 1.46;
}
.jd-comments_wrap .jd-comments_item .jd-comments_info{
	color: #414b50;
	font-weight: 700;
	font-size: 14px;
	margin: 15px 0 10px 0;
}
.jd-comments_wrap .jd-comments_item p{
	margin-bottom: 3px;
}
.jd-comments_reply{
	margin-left: 15px;
	color: #1768ce;
	cursor: pointer;
	font-size: 11px;
}
.jd-comments_reply:hover{
	text-decoration: underline;
}
.jd-comments_date{
	margin-left: 15px;
	font-size: 12px;
}
.jd-comments_answer .jd-comments_answer-remove{
	margin-left: 15px;
	color: red;
	font-weight: 700;
	cursor: pointer;
}
.jd-comments_answer .jd-comments_answer-remove:hover{
	text-decoration: underline;
}
.jd-comments_remove, .jd-comments_public{
	margin-left: 15px;
	color: red;
	cursor: pointer;
	font-size: 11px;
}
.jd-comments_public{
	color: green;
}
.jd-comments_remove:hover, .jd-comments_public:hover{
	text-decoration: underline;
}
.jd-comments_wrap .jd-comments_item.jd-comments_item-new{
	border: 2px solid yellow;
	padding: 5px;
}
.jd-comments_wrap .jd-comments_item.jd-comments_item-level{
	border-left: 1px solid #999;
	padding-left: 10px;
	margin: 10px 0;
}
.btn--orange {
    font-family: Roboto,sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 9px 25px;
    display: inline-block;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    background: linear-gradient(to right,#f7952f 0,#f96a24 100%);
    border: none;
}
.btn--orange:hover {
    color: #fff;
    text-decoration: none;
    background: #f96a24;
}